GetTargetInfoResponse

data class GetTargetInfoResponse(targetInfo: TargetInfo)

Represents response frame that is returned from Target#getTargetInfo operation call. Returns information about a target.

See also

Constructors

GetTargetInfoResponse
Link copied to clipboard
fun GetTargetInfoResponse(targetInfo: TargetInfo)

Properties

targetInfo
Link copied to clipboard
val targetInfo: TargetInfo

Sources

jvm source
Link copied to clipboard